Skip to content

fix: skip zstd-compressed vendored assets in analyzeCycleHoists - #348

Merged
bash0816 merged 2 commits into
mainfrom
fix/cyclehoists-zstd-skip
Aug 30, 2026
Merged

fix: skip zstd-compressed vendored assets in analyzeCycleHoists#348
bash0816 merged 2 commits into
mainfrom
fix/cyclehoists-zstd-skip

Conversation

@bash0816

Copy link
Copy Markdown
Owner

upstream 2.1.251 が chart.js/mermaid/highlight.js を zstd 圧縮 blob として同梱し、analyzeCycleHoists の fail-closed で候補生成が停止する問題を修正。非 chunk-.js かつ先頭4バイトが zstd magic (0x28 0xb5 0x2f 0xfd) のファイルのみ skip し cycle_hoists_skipped_assets に記録。chunk-.js とその他の parse 失敗は従来どおり fail-closed。G1/G2 Go 済み。

bash0816 and others added 2 commits August 31, 2026 07:23
…-closed only for chunk-*.js and unknown parse failures)

Co-Authored-By: Claude Sonnet 5 <[email protected]>
… sort, non-zstd non-chunk, chunk with zstd magic)

Co-Authored-By: Claude Sonnet 5 <[email protected]>
@bash0816
bash0816 force-pushed the fix/cyclehoists-zstd-skip branch from 97ae84b to 998e8c3 Compare August 30, 2026 22:26
@bash0816
bash0816 merged commit 87bdc3a into main Aug 30, 2026
2 checks passed
@bash0816
bash0816 deleted the fix/cyclehoists-zstd-skip branch August 30, 2026 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant